type go.pact.im/x/clock/fakeclock.timer

6 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L148: 	t := &timer{
		fakeclock.go#L268: type timer struct {
		fakeclock.go#L274: func (t *timer) C() <-chan time.Time {
		fakeclock.go#L279: func (t *timer) Stop() bool {
		fakeclock.go#L284: func (t *timer) Reset(d time.Duration) {
		fakeclock.go#L289: func (t *timer) next(now time.Time) (time.Duration, bool) {